-
Re: Formula Issue
@Cynde Ashcraft See below, i added in the beginning an IF statement to check for a date, then i also changed your formula to make it a bit smaller by adding the year at the end only one time… =IF(ISD…1 · -
Re: Maxif Next Date to Review
@Pestomania You would use a MAX(COLLECT()) Combo. So something like this: =MAX(COLLECT([Date]:[Date],[Document Name]:[Document Name],@cell=[Document Name]@row))2 · -
Re: How to add varying months to varying dates?
@S.Stone I see what happened here: the below should fix it =DATE(YEAR([Date Contract Executed]@row) + ROUNDDOWN(([Months Until Expiration]@row + MONTH([Date Contract Executed]@row)) / 12.00001, 0), R…2 · -
Re: Is there a way to have automation to run monthly?
@tracyashton The option is right there:1 · -
Re: Formula to Evaluate Multi-Selection and Sum Individual Associated Values
@Brian McElligott See below how you would do that: =SUMIFS(Price1:Price3, Item1:Item3, HAS([User Selection (Multi-Select Drop Down)]@row, @cell))1 ·